home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMIF / TFRMIF.txt
Encoding:
Text File  |  2003-01-14  |  3.0 KB  |  135 lines

  1. inherited frmIf: TfrmIf
  2.   HelpContext = 46
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pnlTop: TPanel
  7.     inherited lblCommandName: TLabel
  8.       Caption = ''
  9.     end
  10.     inherited img1616: TImage
  11.       Left = 444
  12.       Top = 60
  13.       Width = 12
  14.       Height = 12
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Top = 19
  18.       Height = 54
  19.       Lines.Strings = (
  20.         'Begin a block of steps that are executed conditionally.')
  21.     end
  22.   end
  23.   inherited pnlCenter: TPanel
  24.     inherited pgcControlPage: TPageControl
  25.       inherited tbsAM5Main: TTabSheet
  26.         object lblIf: TLabel
  27.           Left = 28
  28.           Top = 81
  29.           Width = 21
  30.           Height = 13
  31.           AutoSize = False
  32.           Caption = '&If:'
  33.           FocusControl = edtIf
  34.         end
  35.         object lblNote: TLabel
  36.           Left = 10
  37.           Top = 16
  38.           Width = 449
  39.           Height = 41
  40.           AutoSize = False
  41.           Caption = 
  42.             'NOTE:  Using % to delimit variables is optional, but all string ' +
  43.             'literals (i.e. strings to be taken as themselves) must be enclos' +
  44.             'ed in double quotes (e.g. "string literal")'
  45.           WordWrap = True
  46.         end
  47.         object rdoSimple: TRadioButton
  48.           Left = 10
  49.           Top = 56
  50.           Width = 389
  51.           Height = 17
  52.           Caption = '&Simple'
  53.           Checked = True
  54.           TabOrder = 0
  55.           TabStop = True
  56.           OnClick = rdoSimpleClick
  57.         end
  58.         object edtIf: TEdit
  59.           Left = 52
  60.           Top = 76
  61.           Width = 407
  62.           Height = 21
  63.           TabOrder = 1
  64.         end
  65.         object cboOperators: TComboBox
  66.           Left = 52
  67.           Top = 109
  68.           Width = 182
  69.           Height = 21
  70.           Style = csDropDownList
  71.           ItemHeight = 13
  72.           TabOrder = 2
  73.         end
  74.         object edtThan: TEdit
  75.           Left = 52
  76.           Top = 142
  77.           Width = 407
  78.           Height = 21
  79.           TabOrder = 3
  80.         end
  81.         object rdoComplex: TRadioButton
  82.           Left = 10
  83.           Top = 175
  84.           Width = 389
  85.           Height = 17
  86.           Caption = '&Complex'
  87.           TabOrder = 4
  88.           OnClick = rdoComplexClick
  89.         end
  90.         object edtComplex: TEdit
  91.           Left = 52
  92.           Top = 195
  93.           Width = 407
  94.           Height = 21
  95.           TabOrder = 5
  96.         end
  97.       end
  98.     end
  99.   end
  100.   inherited dxSIBarManager: TdxBarManager
  101.     Categories.ItemsVisibles = (
  102.       2)
  103.     Categories.Visibles = (
  104.       True)
  105.     PopupMenuLinks = <
  106.       item
  107.         Control = lsvAM5Errors
  108.         PopupMenu = dxCheckPopup
  109.       end>
  110.     Left = 140
  111.     DockControlHeights = (
  112.       0
  113.       0
  114.       0
  115.       0)
  116.   end
  117.   inherited dxCheckPopup: TdxBarPopupMenu
  118.     ItemLinks = <
  119.       item
  120.         Item = itmCheckAllErrors
  121.         UserGlyph.Data = {00000000}
  122.         Visible = True
  123.       end
  124.       item
  125.         Item = itmCheckNoErrors
  126.         UserGlyph.Data = {00000000}
  127.         Visible = True
  128.       end>
  129.     Left = 172
  130.   end
  131.   inherited IvTranslator1: TIvTranslator
  132.     Left = 204
  133.   end
  134. end
  135.